
#iview {
	display: block;
	width: 950px;
	background: #000;
	background: rgba(241, 146, 33, 0.7);
	padding: 5px;
	border-radius: 5px;
	position: relative;
	margin: 40px auto;
}

#iview .iviewSlider{
	display: block;
	width: 950px;
	height: 400px;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
}

#iview2 {
	display: block;
	width: 950px;
	background: #000;
	background: rgba(241, 146, 33, 0.7);
	padding: 5px;
	border-radius: 5px;
	position: relative;
	margin: 40px auto;
}

#iview2 .iviewSlider{
	display: block;
	width: 950px;
	height: 400px;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
}

#iview3 {
	display: block;
	width: 950px;
	background: #000;
	background: rgba(241, 146, 33, 0.7);
	padding: 5px;
	border-radius: 5px;
	position: relative;
	margin: 40px auto;
}

#iview3 .iviewSlider{
	display: block;
	width: 950px;
	height: 400px;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
}




#iview4 {
	display: block;
	width: 565px;
	position: relative;
	margin: 40px auto;
	margin-top: 56px;
	margin-bottom: 50px;
}

#iview4 .iviewSlider{
	display: block;
	width: 565px;
	height: 350px;
	overflow: hidden;
	
}

#iview5 {
	display: block;
	width: 720px;
	position: relative;
	margin: 40px auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#iview5 .iviewSlider{
	display: block;
	width: 720px;
	height: 440px;
	overflow: hidden;
	
}

#iview5 .iview-controlNav a img {
	height: 90px;
	border: #000 3px solid;
	margin: 7px 7px 0px 0px;
	border-radius: 2px;
	
}



#iview5 .iview-controlNav {
	position: static;
	height: 110px;
	border-radius: 0px 0px 4px 4px;
	background: rgba(0,0,0,0.0);
	
}



.iview-controlNav {
	position: static;
	height: 70px;
	border-radius: 0px 0px 4px 4px;
	background: rgba(0,0,0,0.7);
	
}

.iview-controlNav .iview-items {
	display: block;
	padding: 0px 5px;
}

.iview-controlNav a img {
	height: 46px;
	border: #000 2px solid;
	margin: 7px 0px 0px 0px;
	border-radius: 2px;
	
}

.iview-controlNav a img:first-child {
	margin-left: -38px;
	margin-right: 45px;
	
}

.iview-controlNav a.active img {
	border-color: red;
}

.iview-caption {
	background: url('../../img/caption-bg.png');
	color: #FFF;
	border-radius: 3px;
	padding: 10px 15px;
	font-family: Verdana;
	font-size: 12px;
	text-shadow: #000 1px 1px 0px;
}


#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}